home *** CD-ROM | disk | FTP | other *** search
- REPORT GENERATOR LISTING AND BUILDING:
-
- LISTING
- HOW TO USE FIELD LIST:
-
- Field list is a function used to automatically load database fields into
- the listing option on the generator. The maximum number of fields that
- may be assigned to print is seven; however, the fields that are chosen
- do not have to be synchronous.
-
- FIRST_NAME,LAST_NAME,MIDDLE_INI,START_DATE
-
- < End of LISTING HELP >
- _____________________________________________________________________
-
-
-
- BUILD CRITERIA:
-
- HOW TO USE BUILD CRITERIA:
-
- This option is used to setup the inference parameters used by the program
- to decide which records will print the listing fields.
-
- The function will continue to print records while the for condition is
- true.
-
- FOR START_DATE>CTOD('01/01/85') .and. END_DATE<CTOD('12/31/85')
-
- < End of BUILD CRITERIA HELP >
- _____________________________________________________________________